(2025-07) Linear Prover IOPs in Log Star Rounds

2025-07-10

Abstract

Interactive Oracle Proofs (IOPs) form the backbone of some of the most efficient general-purpose cryptographic proof-systems. In an IOP, the prover can interact with the verifier over multiple rounds, where in each round the prover sends a long message, from which the verifier only queries a few symbols.

State-of-the-art IOPs achieve a linear-size prover and a poly-logarithmic verifier but require a relatively large, logarithmic, number of rounds. While the Fiat-Shamir heuristic can be used to eliminate the need for actual interaction, in modern highly-parallelizable computer architectures such as GPUs, the large number of rounds still translates into a major bottleneck for the prover, since it needs to alternate between computing the IOP messages and the Fiat-Shamir hashes. Motivated by this fact, in this work we study the round complexity of linear-prover IOPs.

Our main result is an IOP for a large class of Boolean circuits, with only O(\log(S))O(\log^*(S)) rounds, where \log\log^* denotes the iterated logarithm function (and SS is the circuit size). The prover has linear size O(S)O(S) and the verifier runs in time polylog(S)\mathrm{polylog}(S) and has query complexity O(\log(S))O(\log^*(S)). The protocol is both conceptually simpler, and strictly more efficient, than prior linear prover IOPs for Boolean circuits.